home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / IFF / Old_IFF_Packages / November_1988 / Examples / ANIM / Source / compiler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-12  |  108 b   |  7 lines

  1. #ifndef COMPILER_H
  2. #define COMPILER_H
  3. #ifndef EXEC_TYPES_H
  4. #include "exec/types.h"
  5. #endif
  6. #endif COMPILER_H
  7.